TermIEquatableTermEquals Method
Compares an object with a second one.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
bool IEquatable<Term>.Equals(
Term other
)
Private Function Equals (
other As Term
) As Boolean Implements IEquatable(Of Term).Equals
private:
virtual bool Equals(
Term^ other
) sealed = IEquatable<Term^>::Equals
private abstract Equals :
other : Term -> bool
private override Equals :
other : Term -> bool
- other Term
-
Term to compare with the current expression component.
Boolean
Returns true if data is equal and false otherwise.
IEquatableTEquals(T)